Skip to content
Snippets Groups Projects
Commit 8a04cdc7 authored by Riccardo Maria Bianchi's avatar Riccardo Maria Bianchi :sunny:
Browse files

remove redundant find

parent edca0bc7
No related branches found
No related tags found
1 merge request!2CI: set Ubuntu and macOS pipelines for the new monorepo
...@@ -11,7 +11,7 @@ set( CMAKE_CXX_EXTENSIONS FALSE CACHE BOOL "(Dis)allow using GNU extensions" ) ...@@ -11,7 +11,7 @@ set( CMAKE_CXX_EXTENSIONS FALSE CACHE BOOL "(Dis)allow using GNU extensions" )
# Make the module directory visible to CMake. # Make the module directory visible to CMake.
list( APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake ) list( APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake )
# #
find_package( XercesC ) # find_package( XercesC )
# Set up the build of the libraries of the project. # Set up the build of the libraries of the project.
add_subdirectory( GeoModelXMLParser ) add_subdirectory( GeoModelXMLParser )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment