We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3db04ea commit d5cfe29Copy full SHA for d5cfe29
CMakeLists.txt
@@ -339,7 +339,7 @@ macro(createSingleASL name sourcedir sources)
339
if(PAR_INCLUDE)
340
target_include_directories(${name} PUBLIC ${PAR_INCLUDE})
341
endif()
342
- target_compile_definitions(${name} PRIVATE ${MY_COMPILE_DEFINITIONS})
+ target_compile_definitions(${name} PUBLIC ${MY_COMPILE_DEFINITIONS})
343
344
add_dependencies(${name} arith-h)
345
target_link_libraries(${name} PUBLIC ${CMAKE_DL_LIBS})
0 commit comments