mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-04 04:44:27 +02:00
fix: incorrect CMake boolean logic fixed
This commit is contained in:
@@ -67,7 +67,7 @@ endif()
|
||||
# add project code
|
||||
add_subdirectory(src)
|
||||
|
||||
if(!${projectPrefix}API_FREESTANDING)
|
||||
if(NOT ${projectPrefix}API_FREESTANDING)
|
||||
# add usage example
|
||||
add_subdirectory(example)
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user