(cmake) add BUILD_ALL flag to compile all GeoModel sub-packages
Compare changes
+ 7
− 0
@@ -47,6 +47,7 @@ find_package( SQLite3 3.7.17 )
@@ -63,6 +64,12 @@ add_subdirectory(GeoModelIO)
A new CMake BUILD_ALL
setup flag is added, to build all the sub-packages.